func encoding/json.mayAppendQuote
11 uses
encoding/json (current package)
encode.go#L516: b = mayAppendQuote(b, opts.quoted)
encode.go#L518: b = mayAppendQuote(b, opts.quoted)
encode.go#L524: b = mayAppendQuote(b, opts.quoted)
encode.go#L526: b = mayAppendQuote(b, opts.quoted)
encode.go#L532: b = mayAppendQuote(b, opts.quoted)
encode.go#L534: b = mayAppendQuote(b, opts.quoted)
encode.go#L552: b = mayAppendQuote(b, opts.quoted)
encode.go#L570: b = mayAppendQuote(b, opts.quoted)
encode.go#L591: b = mayAppendQuote(b, opts.quoted)
encode.go#L593: b = mayAppendQuote(b, opts.quoted)
encode.go#L1336: func mayAppendQuote(b []byte, quoted bool) []byte {